home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3590 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  834 b 

  1. Path: inferno.mpx.com.au!jolt!nring
  2. From: nring@jolt.mpx.com.au (Nick Ring)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Using serial device in AREXX
  5. Date: 21 Feb 1996 21:55:58 GMT
  6. Organization: Microplex Pty Ltd
  7. Message-ID: <4gg4de$dfh@inferno.mpx.com.au>
  8. References: <Dn50x0.JzB@ecf.toronto.edu>
  9. NNTP-Posting-Host: jolt.mpx.com.au
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Gary V. Raposo" <raposo@ecf.utoronto.ca> (raposo@ecf.toronto.edu) wrote:
  13.  
  14. Howdy,
  15.  
  16. : I was wondering if there was a fast and easy way to check if the serial 
  17. : device was in use from within an ARexx program.  All I want to do is check 
  18. : if it is safe to access the serial port or not.
  19.  
  20. Use rexxserdev.library. If it can access the serial port, then I assume 
  21. it's safe to access the serial port, otherwise I assume you get an error 
  22. from the function.
  23.  
  24. nick
  25.